home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 109
- Width = 272
- Height = 375
- Caption = 'R.A.S (Remote Attack Suit)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 16
- Width = 105
- Height = 313
- Caption = 'Select Attack'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'Creepygirl'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- object BitBtn1: TBitBtn
- Left = 8
- Top = 40
- Width = 89
- Height = 33
- Caption = 'Ping O Death'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 8
- Top = 96
- Width = 89
- Height = 33
- Caption = 'Nt Lag '
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- object BitBtn3: TBitBtn
- Left = 8
- Top = 152
- Width = 89
- Height = 33
- Caption = 'FinGer O Death'
- TabOrder = 2
- OnClick = BitBtn3Click
- end
- object BitBtn4: TBitBtn
- Left = 8
- Top = 208
- Width = 89
- Height = 33
- Caption = 'OOB Attack'
- TabOrder = 3
- OnClick = BitBtn4Click
- end
- object BitBtn5: TBitBtn
- Left = 8
- Top = 264
- Width = 89
- Height = 33
- Caption = 'Web Server A.'
- TabOrder = 4
- OnClick = BitBtn5Click
- end
- end
- object Memo1: TMemo
- Left = 120
- Top = 24
- Width = 137
- Height = 305
- Alignment = taCenter
- Lines.Strings = (
- ''
- ''
- ''
- ' Well One day I figured '
- 'I'#39'd go programsomething '
- 'that had to do with DOS '
- 'attacks.. This is what I '
- 'came out with. '
- ' There are 5 attacks '
- 'here... some of them are '
- 'older then others and '
- 'some of them may '
- 'blantadly not work.. '
- 'but this is a beta '
- 'version and one of my '
- 'first attempts at programing '
- 'something like this .. so '
- 'bear with me '
- 'R.A.S Version 1.1 '
- 'contact: '
- 'Darkling69@hotmail.com')
- ReadOnly = True
- TabOrder = 1
- end
- end
-